testing.common.bench (field)

5 uses

	testing (current package)
		benchmark.go#L716: 			bench: true,
		benchmark.go#L753: 						bench:  true,
		benchmark.go#L828: 			bench:   true,
		testing.go#L650: 	bench          bool           // Whether the current test is a benchmark.
		testing.go#L1160: 		if o.c.bench {